home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / sticpsrc.lzh / CONFIG.ARC / AUTOEXEC.HZP < prev    next >
Text File  |  1990-07-09  |  3KB  |  95 lines

  1. # PE1CHL-NET configuration file for PC with PA0HZP's OptoPcScc
  2. #
  3. # insert your callsign (in lowercase) instead of the callsign below.
  4. # don't add an SSID here, and change only the part between - and }
  5. #
  6. setenv CALLSIGN ${CALLSIGN-pe1zzz}
  7. #
  8. # attach OptoPcScc board(s)
  9. #
  10. buffers 32 2 64
  11. attach scc 2 init 150 4 2 0 1 168 3 p4915200
  12. #          ^ 2 * #boards          ^ interrupt level
  13. #
  14. # channel A is 2m, channel B is 70cm. (both 1200 baud)
  15. #
  16. attach scc 3 ax25 29 256 d1200 $CALLSIGN-10
  17. attach scc 2 ax25 4k8 256 d4800 $CALLSIGN-4
  18. attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  19. attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  20. #
  21. # attach the NET/ROM interface & set the call to be used by NET/ROM level 3
  22. #
  23. #attach netrom $CALLSIGN-9
  24. #
  25. # remainder of configuration
  26. #
  27. source \net\config.net
  28. #
  29. # Addresses, IP routing table and ARP commands, Misc
  30. #
  31. hostname $CALLSIGN.ampr.org
  32. ip address $CALLSIGN
  33. source \net\routes.net
  34. log c:\net\net.log
  35. del -f ${NETMAILQ}*.lck
  36. #
  37. # NET/ROM configuration and filtering of reliable nodes
  38. #
  39. #netrom info c:\net\nr_info.txt
  40. #netrom interface 144 "#TCPIP" 192 lap
  41. #netrom interface 430 "#TCPIP" 192 uplink
  42. #netrom tcpip broadcast "#TCPIP"
  43. #netrom nodefilter add pa0gri-2 144
  44. #netrom nodefilter add pi8rni-7 430
  45. #
  46. # AX25 stuff for each MODEM connected
  47. #
  48. mheard 29  23
  49. mheard 4k8 23
  50. mheard 430 23
  51. mheard 144 23
  52. mode 29  datagram
  53. mode 4k8 datagram
  54. mode 430 datagram
  55. mode 144 datagram
  56. ax25 digipeat 4k8 gate
  57. ax25 digipeat 430 gate
  58. ax25 digipeat 144 gate
  59. ax25 persist 29  128 5 64 60 900
  60. ax25 persist 4k8 128 5 64 60 900
  61. ax25 persist 430 128 5 64 60 900
  62. ax25 persist 144 128 5 64 60 900
  63. #
  64. # AX25 ports.  1=TNC 2=NetDigi 3=MHEARD 4=Bridge 5=TNC2 6=MBOX
  65. #
  66. ax25 port 1 conn $CALLSIGN
  67. ax25 port 2 digi $CALLSIGN-3 144 gate
  68. ax25 port 2 digi $CALLSIGN-5 4k8 gate
  69. ax25 port 2 digi $CALLSIGN-8 430 gate
  70. ax25 port 2 digi $CALLSIGN-11 29
  71. ax25 port 3 conn $CALLSIGN-3 144 multi
  72. ax25 port 3 conn $CALLSIGN-5 4k8 multi
  73. ax25 port 3 conn $CALLSIGN-8 430 multi
  74. ax25 port 3 conn $CALLSIGN-11 29 multi
  75. ax25 port 4 conn $CALLSIGN-6
  76. ax25 port 5 conn $CALLSIGN-12
  77. ax25 port 6 conn $CALLSIGN-1
  78. #
  79. # now we can safely start all servers
  80. #
  81. start discard
  82. start echo
  83. start finger
  84. start ftp
  85. #start rcmd 333 "hier de password zin voor de rcmd server invullen"
  86. start smtp
  87. start telnet
  88. #
  89. ax25 start bridge
  90. ax25 start mbox ${NETFINGER}naam.txt
  91. ax25 start mheard
  92. ax25 start netdigi
  93. ax25 start tnc "= Connect Text ="
  94. #ax25 start tnc2 3=144 4=430 5=4k8 6=29
  95.